Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(x,c(x),c(y))  → f(y,y,f(y,x,y))
2:    f(s(x),y,z)  → f(x,s(c(y)),c(z))
3:    f(c(x),x,y)  → c(y)
4:    g(x,y)  → x
5:    g(x,y)  → y
There are 3 dependency pairs:
6:    F(x,c(x),c(y))  → F(y,y,f(y,x,y))
7:    F(x,c(x),c(y))  → F(y,x,y)
8:    F(s(x),y,z)  → F(x,s(c(y)),c(z))
The approximated dependency graph contains 2 SCCs: {8} and {6,7}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006